-
Notifications
You must be signed in to change notification settings - Fork 27
Feat implement get 3d meshes #504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@mattmacf98 thanks for the PR! I've written you a In the C++ SDK we do not allow the use of any protobuf generated API types (found in the |
src/viam/sdk/components/arm.hpp
Outdated
| /// @brief Defines an `Arm` component | ||
| #pragma once | ||
|
|
||
| #include <common/v1/common.pb.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the include you'll want to delete, and add mesh.hpp to the include block below
lia-viam
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see other comment about using struct mesh
|
Thank you for adding that Mesh struct @lia-viam!! I updated the files and used the conversion logic for the client ( |
Description
https://viam.atlassian.net/browse/APP-14391
This PR implements a new Get3DModels api (approved scope doc: https://docs.google.com/document/d/1jOQYh6OAsK09GhXWCqigGT739apX96RFcmTtFvyVMnE/edit?ouid=111066372492921892069&usp=docs_home&ths=true) in the cpp sdk
Testing